home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / What's New / Technical Notes and Q&As / ADC Reference Library / qa / qa2001 / downloads / qa1078.hqx / UserAndMachineName / MIB_Carbon.h next >
Encoding:
C/C++ Source or Header  |  2001-09-21  |  874 b   |  31 lines

  1. /*
  2.     File:        MIB_Carbon.h
  3.  
  4.     Contains:    prefix for Carbon target in MIB libraries project
  5.  
  6.     Written by:    Pete Gontier
  7.  
  8.     Copyright:    Copyright © 1999 Apple Computer, Inc.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <3>     21/9/01    Quinn   Changes for CWPro7 Mach-O build.
  13.          <2>     23/9/99    Quinn   Define TARGET_API_MAC_CARBON, which is the real name of the
  14.                                     switch.  I'll remove TARGET_CARBON in some future release, once
  15.                                     MIB has made the switch to UI 3.3.
  16.          <1>     2/11/99    PCG     initial check-in
  17. */
  18.  
  19.  
  20.  
  21. #pragma once
  22.  
  23.     //
  24.     //    This file is just here to tell the Carbon target in the
  25.     //    library project to compile for Carbon. You don't need to
  26.     //    include this file; all it will ever do is #define TARGET_API_MAC_CARBON.
  27.     //    And, with that...
  28.     //
  29.     
  30. #define TARGET_API_MAC_CARBON 1
  31.